home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3treele.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_TREELEVEL_H = 1;
- include("real/objects/r3level.js")
-
-
- var R3CLID_TREELEVEL = 649;
-
-
-
-
-
-
-
- R3TREELEVELA_Object = 649500;
- function SetR3TREELEVELA_Object(value) {
- R3Set(this.r3obj, R3TREELEVELA_Object, value, R3TID_OBJECT, 0);
- }
-
- function GetR3TREELEVELA_Object() {
- return R3ToJS(R3Get(this.r3obj, R3TREELEVELA_Object, R3TID_OBJECT, 0));
- }
-
- R3TREELEVELA_ObjectOffset = 649501;
- function SetR3TREELEVELA_ObjectOffset(value) {
- R3Set(this.r3obj, R3TREELEVELA_ObjectOffset, value, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Treelevel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_TREELEVEL, arguments);
- }
- // Methods
-
- // Attributes
- this.GetObject=GetR3TREELEVELA_Object;
- this.SetObject=SetR3TREELEVELA_Object;
- this.SetObjectOffset=SetR3TREELEVELA_ObjectOffset;
- }
-
- r3Treelevel.prototype=new r3Level;
- // r3treele.h_H